home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / PCux / freebsd_config.h < prev    next >
Text File  |  1995-03-06  |  298b  |  20 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for FreeBSD Unix (i386 platform) */
  6.  
  7. #define IS_POSIX
  8. #define USE_TERMIOS
  9. #define USE_AT_EXIT
  10. #define SCO_ANSI_COLOR
  11.  
  12. typedef void *GENERIC;
  13.  
  14. #define P(args) args
  15.  
  16. /* #define ID(x) */
  17. #define ID(x)  LOCAL char id[]= x ;
  18.  
  19. #define stricmp    strcasecmp
  20.